home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / games / ted5.zip / RTL.BAT < prev    next >
DOS Batch File  |  1995-10-20  |  514b  |  11 lines

  1. @echo ==== Making Sample RTL file ====
  2. @ted2rtl sam sample.rtl -r -l
  3. @rem sam is extension name
  4. @rem sample.rtl is output name
  5. @rem -r means for registered (-s would be shareware, but we suggest not making
  6. @rem    shareware maps--you have to know what you can't use, like Dog Mode,
  7. @rem    etc.)
  8. @rem -l means game levels (-c would be Comm-bat levels) The only difference 
  9. @rem    is, Comm-bat levels don't require an exit arch.  You can, of course, 
  10. @rem    load regular game levels as Comm-bat levels.
  11.